projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47eda1b
)
(FRAME_X_FRINGE_COLS): No fringe on tip frames.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 25 Nov 2001 11:01:10 +0000
(11:01 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 25 Nov 2001 11:01:10 +0000
(11:01 +0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index bed675973bb3e8fcf41af29368e32f1b047b3cb1..99a32de6a976424bb1a1fe17827bad0c24a76eb2 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-481,7
+481,8
@@
extern struct w32_output w32term_display;
able to split windows horizontally nicely. */
#define FRAME_X_FRINGE_COLS(F) \
- ((2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \
+ ((F) == XFRAME (tip_frame) ? 0 : \
+ (2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \
/ CANON_X_UNIT ((F)))
/* Total width of fringes in pixels. */